home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 327 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  370 b   |  18 lines

  1. In a message of 05 Jan 96 Stephan Schaem wrote to All:
  2.  
  3.  SS> : It rotates a vector using a matrix yes.
  4.  SS> : Log(a+b) is the same as a*b, so all the mul's are now add's. :)
  5.  
  6. Should be: log(a*b)=log(a)+log(b)
  7. ie a*b=exp(log(a)+log(b))
  8.  
  9.  SS>  3+3 = 6
  10.  SS>  2+4 = 6
  11.  SS>  3*3 = 9
  12.  SS>  2*4 = 8
  13.  
  14.  SS>  I dont know log() but I cant see how log(6) = 9 and also 8
  15.  
  16. Ben... :)
  17.  
  18.